object Dlg_SmsMail: TDlg_SmsMail Left = 261 Top = 195 BorderStyle = bsDialog Caption = 'Sms Setup in Filter' ClientHeight = 238 ClientWidth = 374 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 36 Width = 69 Height = 13 Caption = 'SMS &Account:' FocusControl = cbxAccounts end object Label2: TLabel Left = 17 Top = 12 Width = 40 Height = 13 Caption = '&Send to:' FocusControl = E_SendTo end object Label3: TLabel Left = 16 Top = 60 Width = 86 Height = 13 Caption = '&Message Content:' FocusControl = mmBody end object Bevel1: TBevel Left = 12 Top = 200 Width = 350 Height = 2 end object btnOK: TButton Left = 200 Top = 208 Width = 75 Height = 25 Caption = '&OK' TabOrder = 0 OnClick = btnOKClick end object btnCancel: TButton Left = 288 Top = 208 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object cbxAccounts: TComboBox Left = 96 Top = 32 Width = 185 Height = 22 Style = csOwnerDrawFixed ItemHeight = 16 TabOrder = 2 OnDrawItem = cbxAccountsDrawItem end object E_SendTo: TEdit Left = 96 Top = 8 Width = 185 Height = 21 TabOrder = 3 end object mmBody: TMemo Left = 16 Top = 80 Width = 345 Height = 81 ScrollBars = ssVertical TabOrder = 4 end object btnSMSAccount: TButton Left = 288 Top = 30 Width = 75 Height = 25 Caption = 'Se&tup...' TabOrder = 5 OnClick = btnSMSAccountClick end object cbIdleTime: TCheckBox Left = 16 Top = 172 Width = 209 Height = 17 Caption = '&ONLY after computer has been idle for' TabOrder = 6 Visible = False end object cbxIdleTime: TComboBox Left = 232 Top = 168 Width = 129 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 7 Visible = False end object Language: TLanguage LangCenter = DM_Language.LangCenter ResStrings.Strings = ( '0001=Recipient can not be blank!' '0002=Message can not be blank!' '0003=Invalid mobile phone number: ' '0004=Can not send short message to more than 10 recipients.') Left = 120 Top = 208 end end